Quaqua 3.9.5 2007-10-21

ch.randelshofer.quaqua
Class Quaqua13PopupMenuUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PopupMenuUI
          extended by javax.swing.plaf.basic.BasicPopupMenuUI
              extended by ch.randelshofer.quaqua.Quaqua13PopupMenuUI
All Implemented Interfaces:
QuaquaMenuPainterClient

public class Quaqua13PopupMenuUI
extends javax.swing.plaf.basic.BasicPopupMenuUI
implements QuaquaMenuPainterClient

Quaqua13PopupMenuUI is used for backwards compatibility with Java 1.3 and for use when Quaqua does not have permission to access all AWT events.

Version:
1.0 13 February 2005 Created.
Author:
Werner Randelshofer

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
popupMenu
 
Constructor Summary
Quaqua13PopupMenuUI()
          Creates a new instance.
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
           
 void paintBackground(java.awt.Graphics g, javax.swing.JComponent component, int menuWidth, int menuHeight)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
installDefaults, installKeyboardActions, installListeners, installUI, isPopupTrigger, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.PopupMenuUI
getPopup
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quaqua13PopupMenuUI

public Quaqua13PopupMenuUI()
Creates a new instance.

Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)

paintBackground

public void paintBackground(java.awt.Graphics g,
                            javax.swing.JComponent component,
                            int menuWidth,
                            int menuHeight)
Specified by:
paintBackground in interface QuaquaMenuPainterClient

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.